home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / 1113.zip / 1113.TXT next >
Text File  |  1993-03-08  |  12KB  |  350 lines

  1.                            FYI
  2. (Note: The origin of this information may be internal or external
  3. to Novell.  Novell makes every effort within its means to verify
  4. this information.  However, the information provided in this
  5. document is FOR YOUR INFORMATION only.  Novell makes no explicit
  6. or implied claims to the validity of this information.)
  7.           TITLE: DR DOS 6 Sample Configuration Files for 386
  8.                  Computers
  9.    DOCUMENT ID#: FYI-M-1113
  10.            DATE: 03MAR93
  11.         PRODUCT: DR DOS
  12. PRODUCT VERSION: 6.0
  13.      SUPERSEDES: 07SEPT92
  14.         SYMPTOM: SAMPLE CONFIGURATIONS FOR 386SX AND ABOVE
  15.                  COMPUTERS
  16.  
  17.   ISSUE/PROBLEM: Users are not sure on how to maximize DR DOS
  18. configurations for 386SX, 386 and 486 computers.
  19.  
  20.        SOLUTION: These are some sample configuration files for
  21. 386SX, 386 and 486 computers. You don't have to use them exactly
  22. as written but they can be used to give you ideas on what can be
  23. done with DR DOS 6.0. What configuration you use is dependent on
  24. the computer hardware and software.
  25.  
  26.      386/486 BASED COMPUTERS WITH 1 MEGABYTE OF RAM
  27.  
  28. CONFIG.SYS
  29.  
  30. SHELL=C:\COMMAND.COM C:\ /P /E:512
  31. BREAK=ON 
  32. HIBUFFERS=20
  33. FILES=30
  34. FCBS=4,4
  35. FASTOPEN=256
  36. HISTORY=ON, 256, ON, OFF, OFF 
  37. DEVICE=C:\DRDOS\HIDOS.SYS /B=FFFF 
  38. HIDOS=ON
  39. ?"Use the Compressed Disk (Y/N)? "DEVICE=C:\SSTORDRV.SYS
  40. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  41. ?"Load Netware (Y/N)? " set lan=on
  42.  
  43. AUTOEXEC.BAT
  44.  
  45. @ECHO OFF
  46. :DRDOSBEG
  47. PATH C:\;C:\DRDOS;C:\NETWARE
  48. VERIFY OFF
  49. PROMPT [DR DOS] $P$G
  50. if "%lan%"=="on" hiload IPX
  51. if "%lan%"=="on" hiload NETX
  52. if "%delw%"=="on" DELWATCH C: /F:200
  53. DISKMAP C:
  54. :DRDOSEND
  55. This configuration will allow a 386 or 486 based computer to
  56. relocate the operating system into High Memory.
  57.  
  58. Important:
  59. EMM386.SYS can be used on some systems but the majority of
  60. computers will not have any extended memory, which is required by
  61. EMM386 in order to create Upper Memory. HIDOS.SYS is used instead
  62. because it does not create Upper Memory with the switches
  63. indicated in the above example. 
  64.  
  65. How upper memory is created on a 386:
  66. In a 1 MB 286 there is a break in RAM between A000 (640K decimal)
  67. and FFFF (1MB decimal). The 384K above 640K actually begins at
  68. FFFF and not A000. In a 1MB 386, however, all RAM is contiguous
  69. from 0 - A000. Unfortunately, this additional 384K is usually
  70. reserved for the use of memory mapping support chips and is not
  71. available as system RAM. 
  72.  
  73. EMM386.SYS goes through Upper Memory Addresses looking for ROMs,
  74. Shadows or other devices. It then determines how much free unused
  75. space exists between these used blocks of memory and remaps XMS
  76. memory to fill these spaces. In fact, the technical definition
  77. for the Upper Memory created by EMM386 is XMS-UMBs. This is also
  78. why a MEM /A report will indicate a reduced amount of available
  79. XMS when using EMM386 to create Upper Memory compared to when
  80. Upper Memory is not created by using a /W switch on EMM386. The
  81. missing amount has been used to create Upper Memory plus a small
  82. amount for overhead. Because of this remapping of XMS memory it
  83. is not possible for EMM386.SYS to create Upper Memory on a 1MB
  84. computer. A 1 MB 386 computer does not have extended memory.
  85.  
  86. The SuperStor driver is useful in doubling the apparent capacity
  87. of the disk partition to which it's applied. If this has not been
  88. applied to your disk drive, you can elect not to use this driver
  89. and therefore save a substantial amount of conventional memory.
  90. Therefore, the "?" allows the driver to be loaded at will,
  91. whenever that particular partition needs to be accessed. If the
  92. driver is loaded, you can expect to achieve about 603K of
  93. conventional memory. The above example is for a drive other than
  94. C:. If C: is compressed SuperStor will create a DCONFIG.SYS file
  95. on the uncompressed side of the drive and will place the
  96. SuperStor driver there. Refer to Document 1200 for more
  97. information on SuperStor. 
  98.  
  99.      386/486 BASED COMPUTERS WITH GREATER THAN 1 MEGABYTE OF RAM
  100.  
  101. CONFIG.SYS
  102.  
  103. SHELL=C:\COMMAND.COM C:\ /P /E:512
  104. BREAK=ON 
  105. HIBUFFERS=20
  106. FILES=30
  107. FCBS=4,4
  108. FASTOPEN=256
  109. HISTORY=ON, 256, ON, OFF, OFF
  110. HIDOS=ON
  111. DEVICE=C:\DRDOS\EMM386.SYS /F=NONE /K=AUTO /B=FFFF /R=AUTO ?"Use
  112. the Compressed Disk (Y/N)? "DEVICE=C:\SSTORDRV.SYS
  113. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  114. ?"Load Netware (Y/N)? " set lan=on
  115.  
  116. AUTOEXEC.BAT
  117.  
  118. @ECHO OFF
  119. :DRDOSBEG
  120. PATH C:\;C:\DRDOS;C:\NETWARE
  121. VERIFY OFF
  122. PROMPT [DR DOS] $P$G
  123. if "%lan%"=="on" hiload IPX
  124. if "%lan%"=="on" hiload NETX
  125. if "%delw%"=="on" DELWATCH C: /F:200
  126. DISKMAP C:
  127. :DRDOSEND
  128.  
  129. This configuration will allow a 386 or 486 based computer to
  130. relocate the operating system into High Memory. With an average
  131. of 120K of RAM in Upper Memory, a portion of the SuperStor
  132. driver, the IPX and possibly the NETX software will also fit into
  133. Upper Memory. 
  134.  
  135. The SuperStor driver is useful in doubling the apparent capacity
  136. of the disk partition to which it's applied. If this has not been
  137. applied to your main disk drive, you can elect not to use this
  138. driver and therefore save a substantial amount of conventional
  139. memory. Therefore, the "?" allows the driver to be loaded at
  140. will, whenever that particular partition needs to be accessed.
  141. The above examples have been for drives other than C:. If C: is
  142. compressed SuperStor will create a DCONFIG.SYS file on the
  143. uncompressed side of the drive and will place the SuperStor
  144. driver there. Refer to Document 1200.
  145.  
  146.      386/486 BASED COMPUTERS WITH GREATER THAN 1 MEGABYTE OF RAM
  147.      RUNNING TASKMAX
  148.  
  149. CONFIG.SYS
  150.  
  151. SHELL=C:\COMMAND.COM C:\ /P /E:512
  152. BREAK=ON 
  153. HIBUFFERS=20
  154. FILES=30
  155. FCBS=4,4
  156. FASTOPEN=256
  157. HISTORY=ON, 256, ON, OFF, OFF
  158. HIDOS=ON
  159. DEVICE=C:\DRDOS\EMM386.SYS /F=NONE /K=AUTO /B=AUTO /R=AUTO ?"Use
  160. the TaskMAX task switcher (Y/N)? " set tasker=on
  161. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  162. ?"Load Netware (Y/N)? " set lan=on
  163.  
  164. AUTOEXEC.BAT
  165.  
  166. @ECHO OFF
  167. :DRDOSBEG
  168. PATH C:\;C:\DRDOS;C:\NETWARE
  169. VERIFY OFF
  170. PROMPT [DR DOS] $P$G
  171. if "%lan%"=="on" hiload IPX
  172. if "%lan%"=="on" hiload NETX
  173. if "%delw%"=="on" DELWATCH C: /F:200
  174. if "%tasker%"=="on" share
  175. if "%tasker%"=="on" taskmax
  176. DISKMAP C:
  177. :DRDOSEND
  178.  
  179. This minimal configuration will allow a 386 or 486 based computer
  180. to relocate the operating system into Upper Memory. Although this
  181. is not optimal for the EMM386.SYS driver, the amount of memory
  182. available on most 386/486 computers will allow the Upper Memory
  183. to be addressed and used for the relocation of the operating
  184. system files, drivers or TSR's. With an average of 120K of RAM in
  185. Upper Memory, the operating system will be able to get SHARE into
  186. HMA, and TaskMAX and the Netware drivers into Upper Memory.
  187. Before Netware is loaded you should be able to have 625K
  188. available Conventional Memory. Alternately, you can load the
  189. drivers in the AUTOEXEC file from the command line (eg. SHARE,
  190. TASKMAX, HILOAD IPX and HILOAD NETX). 
  191.  
  192. The NETX utility found on the last DR DOS floppy diskette is
  193. included to allow you to task-switch on the Network. This will
  194. not allow multiple logins. However, it is designed to allow you
  195. to execute more than one application on the network.
  196.  
  197.  
  198.      WINDOWS ENHANCED MODE CONFIGURATION FOR 386/486 BASED
  199.      COMPUTERS 4 MEGABYTES OR BETTER
  200.  
  201. CONFIG.SYS
  202.  
  203. SHELL=C:\COMMAND.COM C:\ /P /E:512
  204. BREAK=ON 
  205. HIBUFFERS=8
  206. FILES=30
  207. FCBS=4,4
  208. FASTOPEN=0
  209. HISTORY=ON, 256, ON, OFF, OFF
  210. HIDOS=ON
  211. DEVICE=C:\DRDOS\EMM386.SYS /F=NONE /K=AUTO /B=FFFF /R=AUTO
  212. DEVICE=C:\DRDOS\PCKWIN.SYS
  213. ?"Load Netware (Y/N)? " set lan=on
  214. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  215.  
  216. AUTOEXEC.BAT
  217.  
  218. @ECHO OFF
  219. :DRDOSBEG
  220. PATH C:\;C:\DRDOS;C:\NETWARE;C;\WINDOWS
  221. VERIFY OFF
  222. PROMPT [DR DOS] $P$G
  223. if "%lan%"=="on" hiload IPX
  224. if "%lan%"=="on" hiload NETX
  225. SUPERPCK /EM /S:2048
  226. if "%delw%"=="on" DELWATCH C: /F:200
  227. DISKMAP C:
  228. :DRDOSEND
  229.  
  230. This basic configuration allows a 386 or 486 based computer to
  231. run WINDOWS 3.0 OR 3.1 in Enhanced Mode. The operating system is
  232. being relocated to the HMA (/B=FFFF), and the information in the
  233. video and system BIOS ROMs are being shadowed from ROM to faster
  234. RAM (/R=AUTO). SuperPCKwik is going to be 2 Megabytes in size
  235. (/S:2048) and use the Extended Memory (/EM) set aside with the
  236. EMM386.SYS driver. The EMM386.SYS driver creates an average of
  237. 120K of RAM which can be used to relocate network drivers, TSRs
  238. and other drivers into Upper Memory. This configuration has been
  239. able to provide up to 625K of Conventional Memory before WINDOWS
  240. is loaded. 
  241.  
  242. Note
  243. If the performance of Windows appears to be slow, the cache size
  244. may be too large for the number of applications that are being
  245. run in Windows. This will make Windows run out of XMS memory and
  246. it will have to use swap files. Even when SuperPCK is used,
  247. swapping applications to disk is slower than running from RAM.
  248. Try reducing the size of the cache or increasing the lending
  249. amount.
  250.  
  251. This same configuration can be used to run Windows 3.1 in
  252. Standard Mode. For Windows 3.0 Real Mode be sure to disable Upper
  253. Memory with the command MEMMAX -U before running Windows. 
  254.  
  255.      WINDOWS 3.0 STANDARD MODE CONFIGURATION FOR 386/486 BASED
  256.      COMPUTERS WITH MORE THAN 2 MEGABYTES
  257.  
  258. CONFIG.SYS
  259.  
  260. SHELL=C:\COMMAND.COM C:\ /P /E:512
  261. BREAK=ON 
  262. HIBUFFERS=20
  263. FILES=30
  264. FCBS=4,4
  265. FASTOPEN=256
  266. HISTORY=ON, 256, ON, OFF, OFF
  267. HIDOS=ON
  268. DEVICE=C:\DRDOS\EMM386.SYS /F=NONE /B=FFFF /R=AUTO /WINSTD
  269. DEVICE=C:\DRDOS\PCKWIN.SYS
  270. ?"Load Netware (Y/N)? " set lan=on
  271. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  272.  
  273. AUTOEXEC.BAT
  274.  
  275. @ECHO OFF
  276. :DRDOSBEG
  277. PATH C:\;C:\DRDOS;C:\NETWARE;C;\WINDOWS
  278. VERIFY OFF
  279. PROMPT [DR DOS] $P$G
  280. if "%lan%"=="on" hiload IPX
  281. if "%lan%"=="on" hiload NETX
  282. SUPERPCK /EM 
  283. if "%delw%"=="on" DELWATCH C: /F:200
  284. DISKMAP C:
  285. :DRDOSEND
  286.  
  287.  
  288. This basic configuration allows a 386 or 486 based computer to
  289. run WINDOWS 3.0 in Standard Mode or Real Mode. The EMM386.SYS
  290. parameters indicate that there is no LIM page frame (/F=NONE),
  291. the operating system is being relocated to the HMA (/B=FFFF), and
  292. the video and system BIOS ROMs are being shadowed. SuperPCKwik is
  293. going to use all of the extended memory enabled by EMM386.SYS for
  294. caching the disk drive. Half of this amount will be "lent" to
  295. Windows. SuperPCK is using the WINDOWS compatible portion of its
  296. driver so that WINDOWS performance is enhanced because of better
  297. disk performance and will also enable lending. This configuration
  298. has been able to provide 625K of Conventional Memory before
  299. WINDOWS is loaded.
  300.  
  301.  
  302. Windows Enhanced Mode Configuration for 386/486 with 2 Megabytes
  303.  
  304. CONFIG.SYS
  305.  
  306. SHELL=C:\COMMAND.COM C:\ /P /E:512 /ML
  307. BREAK=ON 
  308. BUFFERS=20
  309. FILES=30
  310. FCBS=4,4
  311. FASTOPEN=256
  312. HISTORY=ON, 256, ON, OFF, OFF
  313. HIDOS=OFF
  314. DEVICE=C:\DRDOS\HIDOS.SYS /B=NONE
  315. ?"Load Netware (Y/N)? " set lan=on
  316. ?"Enable DelWatch TSR (Y/N)? " set delw=on
  317.  
  318. AUTOEXEC.BAT
  319.  
  320. @ECHO OFF
  321. :DRDOSBEG
  322. PATH C:\;C:\DRDOS;C:\NETWARE;C;\WINDOWS
  323. VERIFY OFF
  324. PROMPT [DR DOS] $P$G
  325. if "%lan%"=="on" hiload IPX
  326. if "%lan%"=="on" hiload NETX
  327. if "%delw%"=="on" DELWATCH C: /F:200
  328. DISKMAP C:
  329. :DRDOSEND
  330.  
  331. A 2 MB computer is the MINIMUM system for Windows in Enhanced
  332. Mode. System performance may be greatly reduced because Windows
  333. will need to use swap files and no cache can be used to help
  334. accelerate disk I/O.
  335.  
  336. This configuration will allow a 386/486 with 2 MB of RAM to run
  337. Windows in Enhanced Mode. Because Windows requires a minimum of 1
  338. Megabyte of available XMS this configuration does not use the
  339. HMA. The SHELL statement has the switch /ML to force it to
  340. Conventional Memory. 
  341.  
  342. EMM386 is not used. Refer to the section on how to create upper
  343. memory for information on why EMM386.SYS cannot be used. 
  344.  
  345. HIDOS.SYS is used to create XMS memory but does not load the
  346. kernel into Upper Memory or HMA with /B=NONE and the statement
  347. BUFFERS (Upper) is used instead of HIBUFFERS (HMA). Finally,
  348. because Windows needs all of the XMS memory available SuperPCK is
  349. not used in this configuration.
  350.